home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / pchelp31.arc / PCHELP.DOC < prev   
Text File  |  1986-01-10  |  3KB  |  86 lines

  1.                             PC-HELPER
  2.                          (version 3.1a)
  3.                           January 1986
  4.                                by
  5.                         David W. Chapman
  6.                         384B Deputy Lane
  7.                      Newport News, Va. 23602
  8.  
  9.      PC-HELPER is designed as a utility to aid the IBM PC user 
  10. with PC-DOS commands.  Once implemented, the user will be able to 
  11. store it on their hard or floppy disk (using techniques explained 
  12. below) , call "PCHELP" from the DOS prompt, and select a choice 
  13. from a number of menu choices.  This will benefit those who need 
  14. a little bit of help with the DOS commands OR with the variety of 
  15. switches on many of the commands (some of which I had never 
  16. bothered with before starting the project).
  17.  
  18.      PC-HELPER is designed as an aid for PC-DOS 3.1 users.  
  19. Remember that PC-DOS commands have different "switches" than Z-
  20. 150 MS-DOS or Texas Instruments MS-DOS, etc.  The moral of the 
  21. story: MS-DOS is not MS-DOS is not MS-DOS....
  22.  
  23.      PC-HELPER is written in Turbo Pascal (version 3).  Turbo 
  24. Pascal was extremely useful in converting the program from the 
  25. original assembly language program.  If you don't use Turbo now, 
  26. learn it!!!
  27.  
  28.      PC-HELPER may be run from a floppy or a hard disk.
  29.  
  30.      1.  To run from a floppy disk, simply put the program 
  31. (PCHELP.COM) on your disk and, from the DOS prompt, type in 
  32. PCHELP.
  33.  
  34.           Example:
  35.                     A>PCHELP
  36.  
  37.       2.  On a hard disk system, the user has a ton(!) of 
  38. options.  The following is suggested (I find it a good way to set 
  39. up a hard disk, personally):
  40.  
  41.           a.  Start at the root directory 
  42.  
  43.                Example:
  44.                          C>CD \
  45.  
  46.           b.  Create a sub-directory called DOS (unless you 
  47. already have one of course!).
  48.  
  49.                Example:
  50.                          C>MD \DOS
  51.  
  52.           c.  Copy PCHELP.COM to the sub-directory DOS.
  53.  
  54.                Example:
  55.                          C>COPY A:PCHELP.COM C:\DOS\*.*
  56.  
  57.           d.  Put the statement PATH \DOS in your C: (hard disk) 
  58. AUTOEXEC.BAT file (assuming you boot from the hard disk).
  59.  
  60.           e.  Reboot the system.
  61.  
  62.           You now have may call HELP whenever you are at the DOS 
  63. prompt.  This is only one of a multitude of ways you can 
  64. configure a hard disk.  Try something and see what best fits your 
  65. needs.
  66.  
  67.  
  68. *******************************************************
  69. *                                                     *
  70. *  SYSTEM REQUIREMENTS: (minimum)                     *
  71. *                                                     *
  72. *    IBM PC,IBM PC-XT, PC-AT, or compatible           * 
  73. *                                                     *
  74. *    128k memory (or somewhere around there)          * 
  75. *                                                     *
  76. *    1 disk drive                                     *
  77. *                                                     *
  78. *    Monochrome or Color displays (standard adapters) *
  79. *                  (looks good with the EGA)          *
  80. *                                                     *
  81. *******************************************************
  82.  
  83.      The executable code and documentation of the program are 
  84. considered to be "public domain".  Try the program; if you like 
  85. it, distribute it to your friends.  
  86.